'Declaration
Public Function SetTagAttribute( _ ByVal TagID As Integer, _ ByVal Key As String, _ ByVal Value As String _ ) As GdPictureStatus
public GdPictureStatus SetTagAttribute( int TagID, string Key, string Value )
public function SetTagAttribute( TagID: Integer; Key: String; Value: String ): GdPictureStatus;
public function SetTagAttribute( TagID : int, Key : String, Value : String ) : GdPictureStatus;
public: GdPictureStatus SetTagAttribute( int TagID, string* Key, string* Value )
public: GdPictureStatus SetTagAttribute( int TagID, String^ Key, String^ Value )
Parameters
- TagID
- Key
- Value